home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Juegos
/
Super Fighter
/
Super Fighter.swf
/
scripts
/
DefineButton2_549
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-02-03
|
392 b
|
20 lines
on(release){
setProperty("/gegner", _X, "125.1");
setProperty("/mae", _X, "421.9");
setProperty("/health1", _X, "63");
setProperty("/health2", _X, "490");
zufall = "31";
level = "1";
count = "0";
power = "90";
tellTarget("/health1")
{
gotoAndStop(1);
}
tellTarget("/health2")
{
gotoAndStop(1);
}
gotoAndPlay(161);
}